<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* è½®æ’­æ&nbsp;·å¼ */
#wheel_planting
{
	width: 100%;
	margin: 0 auto;
	background: white;
	border-radius:10px; 
}
#wheel_planting .wheel_left
{
	width: 100%;
	overflow: hidden;
	position: relative;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
#wheel_planting .wheel_left img
{
	float: left;
	cursor: pointer;
}
#wheel_planting .wheel_left .wheel_left_span
{
	width: 100%;
	height: 25px;
	position: absolute;
	bottom: 0px;
	text-align: center;
	line-height: 13px;
}
#wheel_planting .wheel_left .wheel_left_span span
{
	border-radius: 100%;
    background: pink;
    opacity: 0.5;
    padding: 5px;
    font-size: 0px;
    margin-right: 15px;
    cursor: pointer;
    border: 1px solid #ccc;
}
#wheel_planting .wheel_left .content_box
{
	position: absolute;
    top: 0px;
    z-index: 999;
    width: 100%;
    padding: 2px 3px;
    background-color:rgba(0,0,0,0.2);
}
#wheel_planting .wheel_left .content_box div
{
	text-indent: 30px;
    letter-spacing: 1px;
    line-height: 22px;
    font-size: 13px;
    color: white;
    padding: 5px 20px;
}
/* è½®æ’­æ&nbsp;·å¼ */


/*å†…å®¹æ&nbsp;·å¼*/
.container{
	margin-bottom: 30px;
	background: url(../image/bg.png);
}
.container .con_box{
	width: 1200px;
	margin:0 auto;		
}
.container .con_title{
	height: 45px;
	line-height: 45px;
	color: rgb(51, 51, 51);
	font-family: å¾®è½¯é›…é»‘;
    padding-left: 2px;
}
.con_title div{
	width: 1200px;
	margin:0 auto;
}
.con_bottom .cb_title{
	padding: 60px 0;
	text-align: center;	
}
.cb_title h1{
	font-size: 32px;
	font-family: å¾®è½¯é›…é»‘;
	font-weight: 600;
}
.cb_cont .cb_text{
	width: 75%;
	float: left;
	line-height: 30px;
	font-size: 18px;
}
.cb_text p{
	padding: 10px 15px;
	line-height: 34px;
}
.cb_cont .cb_img{
	width: 20%;
	float: right;
}
.cb_img img{
	width: 80%;
	border:10px solid #ccc;
}
.cb_text div{
        padding-right:30px;
}
</pre></body></html>